home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-14 | 5.4 KB | 153 lines | [ttro/ttxt] |
- Effects
-
- Effect Arguments
- 00-xy Arpeggio x - First Seminotes y - Second Seminotes
- 01-xx Portamento Up xx - Speed
- 02-xx Portamento Down xx - Speed
- 03-xx Portamento xx - Speed
- 04-xy Vibrato x - Speed y - Depth
- 05-xy Portamento + Volume Slide x - Up Speed y - Down Speed
- 06-xy Vibrato + Volume Slide x - Up Speed y - Down Speed
- 09-xx Sample Offset xx - Offset / $100
- 0A-xy Volume Slide x - Up Speed y - Down Speed
- 0B-xx Position Jump xx - Destination Pos. #
- 0C-xx Set Volume xx - Volume
- 0D-xx Pattern Break xx - Destination Step #
- 0E-xy Misc Effect (see below)
- 0E-1x Fine Portamento Up x - Speed
- 0E-2x Fine Portamento Down x - Speed
- 0E-9x Retrigger Note x - Interval
- 0E-Ax Fine Volume Slide Up x - Speed
- 0E-Bx Fine Volume Slide Down x - Speed
- 0E-Cx Cut Note x - Delay
- 0E-Dx Delay Note x - Delay
- 0E-Ex Delay Pattern x - Delay
-
- 0F-xx Set Speed xx - Speed
-
- Following effects are supported only in MMF.
-
- 21-xy Arpeggio x - First Seminotes y - Second Seminotes
- 22-xy Arpeggio 2 x - First Seminotes y - Second Seminotes
- 23-xy Arpeggio 3 x - First Seminotes y - Second Seminotes
- 24-xx Sample Offset xx - Offset / $100
- 25-xx Retrigger Note xx - Interval
- 26-xx Cut Note xx - Delay
- 27-xx Delay Note xx - Delay
-
- 41-xx Tremolo
- 42-xx Volume Step xx - Amount in signed byte
- 43-xx Volume Slide xx - Amount in signed byte
- 44-xx Set Volume xx - Volume
- 45-xx Stereo Position
- 46-xx Tremolo Type
-
- 61-xx Portamento Up xx - Speed
- 62-xx Portamento Down xx - Speed
- 63-xx Portamento xx - Speed
- 64-xy Vibrato x - Speed y - Depth
- 65-xy Portamento + Volume Slide x - Vol Up Speed y - Vol Down Speed
- 66-xy Vibrato + Volume Slide x - Vol Up Speed y - Vol Down Speed
- 67-xx Note Step xx - Amount in signed byte
- 68-xx Note Slide xx - Amount in signed byte
- 69-xx Portamento Step Up xx - Amount
- 6A-xx Portamento Step Down xx - Amount
- 6B-xx Glissando Type xx - Type
- 6C-xx Vibrato Type xx - Type
- 6D-xx Fine Tune xx - Amount in signed byte
- 6E-xx Pitch Bend xx - Amount in signed byte
- 6F-xy Modulation
-
-
-
- 0-xy Arpeggio
- Plays note by "the note, the note + x seminotes, the note + y seminotes."
- 0-00 is a normal play.
-
- 1-xx Portamento Up
- Slides pitch of note up by xx.
- Sliding continues while the note is being played.
- 1-00 continues old slide.
-
- 2-xx Portamento Down
- Slides pitch of note down by xx.
- Sliding continues while the note is being played.
- 2-00 continues old slide.
-
- 3-xx Portamento
- Slides pitch of sound being played to the note by xx.
- Sliding continues while the note is being played or until the pitch reaches the note.
- 3-00 continues old slide.
-
- 4-xy Vibrato
- Performs vibrato.
- x specifies speed of vibrato and y specifies depth of vibrato.
- 4-00 continues old vibrato.
-
- 5-xy Portamento + Volume Slide
- This effect is equivalent to 3-00 + A-xy.
- See A-xy Volume Slide effect.
-
- 6-xy Vibrato + Volume Slide
- This effect is equivalent to 4-00 + A-xy.
- See A-xy Volume Slide effect.
-
- 9-xx Sample Offset
- Plays instrument sample from offset of $xx00.
-
- A-xy Volume Slide
- Slides volume of sound up by x, or
- slides volume of sound down by y.
- Sliding continues while the note is being played.
- If x and y are both non-zero value, y will be ignored (means slide up will occur).
-
- B-xx Position Jump
- Jumps to position xx.
-
- C-xx Set Volume
- Sets volume of sound to xx.
- xx must be between $00 and $40.
-
- D-xx Pattern Break
- Stops playing the current position and jumps to step xx of next position.
- xx must be between $00 and $64.
- NOTE : xx is in BCD ($13 is 13, not 19).
-
- E-1x Fine Portamento Up
- Slides pitch of note up by x.
- Sliding occurs only once.
-
- E-2x Fine Portamento Down
- Slides pitch of note down by x.
- Sliding occurs only once.
-
- E-9x Retrigger Note
- Plays note every x ticks.
-
- E-Ax Fine Volume Slide Up
- Slides volume of sound up by x.
- Sliding occurs only once.
-
- E-Bx Fine Volume Slide Down
- Slides volume of sound down by x.
- Sliding occurs only once.
-
- E-Cx Cut Note
- Cuts note after x ticks.
-
- E-Dx Delay Note
- Plays note after x ticks.
-
- E-Ex Delay Pattern
- Delays pattern for x steps.
-
- F-xx Set Speed
- If xx < $20
- Sets ticks per step to xx.
- Default TPS is 6.
-
- If xx >= $20
- Sets beat per minute to xx.
- Default BPM is 125 ($7D).
-
-